/*
*/


/* TAGS */

BODY {
	background: #006699;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	height: 100%;
}

TABLE TD {
	border: 0px;
	font-size: 11pt;
	line-height: 11pt;
	font-style: normal;
	word-spacing: normal;
	vertical-align: top;
	top: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: normal;
	white-space: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

P, BLOCKQUOTE {
	line-height: 130%;
}

UL, OL {
	line-height: 130%;
}

A {
	color: #3D5A7D;
	text-decoration: none;
}

A:hover {
	color: #993333;
	text-decoration: underline;
}

SUP {
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: 100%;
}


/* HEADER */

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.header {
	background: #006699;
	border-bottom: 1px solid #333333;
	padding: 3px 10px 3px 10px;
}

.framework {
	width: 100%;
}

.head {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


/* FOOTER */

.footer {
	background: #99CCFF;
	color: #444444;
	border-top: 1px solid #333333;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 70px;
}

.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}


/* CONTENT */

H1 {
	color: #006699;
	font-family: Verdana, sans-serif;
	font-size: 31px;
	font-weight: normal;
	margin-bottom: 0px;
}

H2 {
	color: #006699;
	font-family: Verdana, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

H3 {
	color: #006699;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-bottom: 5px;
}

.breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}

.content {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 30px;
	height: 100%;
}

.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	word-spacing: normal;
	margin: 0px;
	float: none;
	white-space: normal;
	vertical-align: top;
}
.deck {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 16px;
	margin-top: 3px;
}

.byline {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 6px;
}

.dateline {
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
}

.footline {
	font-family: Verdana;
	font-style: italic;
	margin-top: 16px;
}

.subsection {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pullquote {
	background-color: #DDEEFF;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 35%;
	float: right;
}

.smallcaps {
	font-variant: small-caps;
}


/* IMAGES */

.titleimage {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: 20px;
	margin-left: 30px;
}


/* TABLES */

.caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

.rule {
	border-top: 1px dotted #666666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

